Revision: tlasrc--greedy--1.2--patch-1
Archive: aaron.bentley@utoronto.ca--tla-2004
Creator: Aaron Bentley <aaron.bentley@utoronto.ca>
Date: Sun Jan 18 17:51:18 EST 2004
Standard-date: 2004-01-18 22:51:18 GMT
Modified-files: libarch/library-txn.c libarch/library-txn.h
    libarch/local-cache.c
New-patches: aaron.bentley@utoronto.ca--tla-2004/tlasrc--greedy--1.2--patch-1
    aaron.bentley@utoronto.ca--tla-2004/tlasrc--local--1.2--patch-12
Revision: tlasrc--local--1.2--patch-12
Archive: aaron.bentley@utoronto.ca--tla-2004
Creator: Aaron Bentley <aaron.bentley@utoronto.ca>
Date: Fri Jan  9 23:43:14 EST 2004
Standard-date: 2004-01-10 04:43:14 GMT
Modified-files: libarch/library-txn.c libarch/library-txn.h
    libarch/local-cache.c
New-patches: aaron.bentley@utoronto.ca--tla-2004/tlasrc--local--1.2--patch-12
Summary: Allowed greedies to always be considered by find_or_make_local_copy
Keywords: 

When a path contained greedies anywhere other than their first entry,
find_or_make_local_copy would ignore them.  Now manual adds use the best-match
library, and greedy adds use the best-match *greedy* library.  

I
- split arch_library_add_choice into make_search_path and arch_find_best_library
- implemented arch_library_greedy_add_choice in terms of make_search_path and
find_best_lib 
- modified find_or_make_local_copy to use library_greedy_add_choice
